NoteExpressionValueDescription Struct Reference

Description of a Note Expression Type This structure is part of the NoteExpressionTypeInfo structure, it describes for given NoteExpressionTypeID its default value (for example 0.5 for a kTuningTypeID (kIsBipolar: centered)), its minimum and maximum (for predefined NoteExpressionTypeID the full range is predefined too) and a stepCount when the given NoteExpressionTypeID is limited to discrete values (like on/off state). More...

#include <ivstnoteexpression.h>

Data Fields

NoteExpressionValue defaultValue
 default normalized value [0,1]
NoteExpressionValue minimum
 minimum normalized value [0,1]
NoteExpressionValue maximum
 maximum normalized value [0,1]
int32 stepCount
 number of discrete steps (0: continuous, 1: toggle, discrete value otherwise - see vst3parameterIntro)

Detailed Description

Description of a Note Expression Type This structure is part of the NoteExpressionTypeInfo structure, it describes for given NoteExpressionTypeID its default value (for example 0.5 for a kTuningTypeID (kIsBipolar: centered)), its minimum and maximum (for predefined NoteExpressionTypeID the full range is predefined too) and a stepCount when the given NoteExpressionTypeID is limited to discrete values (like on/off state).

See also:
NoteExpressionTypeInfo

Field Documentation

default normalized value [0,1]

minimum normalized value [0,1]

maximum normalized value [0,1]

number of discrete steps (0: continuous, 1: toggle, discrete value otherwise - see vst3parameterIntro)

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.